Contribution org.nuxeo.ecm.core.api.properties--configuration
In component org.nuxeo.ecm.core.api.properties
org.nuxeo.ecm.core.api.properties
inside nuxeo-core-api-8.10.jar /OSGI-INF/core-api-properties.xml
This contribution is part of XML component Documentation
Property that defines the max length of the document name, which is mainly used to build the document path.
Extension Point
Extension point configuration of component ConfigurationService.Contributed Items
XML Source
<extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
<documentation>
Property that defines the max length of the document name,
which is mainly used to build the document path.
</documentation>
<property name="nuxeo.path.segment.maxsize">24</property>
</extension>